bitkeeper revision 1.1182 (420cadcbrUDFMXqavPE9gJ-8GmmyoQ)
authorsos22@douglas.cl.cam.ac.uk <sos22@douglas.cl.cam.ac.uk>
Fri, 11 Feb 2005 13:06:19 +0000 (13:06 +0000)
committersos22@douglas.cl.cam.ac.uk <sos22@douglas.cl.cam.ac.uk>
Fri, 11 Feb 2005 13:06:19 +0000 (13:06 +0000)
Make it compile in the non-crashdb case.

Signed-off-by: sos22@cl.cam.ac.uk.
xen/arch/x86/traps.c

index 12f2f1772b37e8e1b77685a58f7bcabf18788674..41eb80c554b2133ac7d83c158650ea43cedab379 100644 (file)
@@ -123,7 +123,7 @@ asmlinkage void fatal_trap(int trapnr, struct xen_regs *regs)
     printk("System shutting down -- need manual reset.\n");
     printk("************************************\n");
 
-    debugger_trap_fatal(trapnr, regs);
+    (void)debugger_trap_fatal(trapnr, regs);
 
     /* Lock up the console to prevent spurious output from other CPUs. */
     console_force_lock();